crypto/hpke.hybridKEM.curvePointSize (field)

7 uses

	crypto/hpke (current package)
		pq.go#L27: 	curvePointSize:   32,
		pq.go#L51: 	curvePointSize:   65,
		pq.go#L74: 	curvePointSize:   97,
		pq.go#L97: 	curvePointSize   int
		pq.go#L110: 	return kem.pqCiphertextSize + kem.curvePointSize
		pq.go#L165: 	if len(data) != kem.pqEncapsKeySize+kem.curvePointSize {
		pq.go#L334: 	if len(enc) != k.kem.pqCiphertextSize+k.kem.curvePointSize {